home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / load.6 < prev    next >
Encoding:
Text File  |  1996-07-16  |  918 b   |  26 lines

  1. .TH LOAD
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. LOAD
  5.  
  6.  
  7.  
  8.  AnyType LOAD( StringType FileName )
  9.  
  10. Loads an object from the given FileName. The object may be any object
  11. defined in the system, including lists, in which the structure is recovered
  12. and reconstructed as well (internal objects are inserted into the global
  13. system object list if they have names). If no file type is provided, ".dat"
  14. is assumed.
  15.  
  16. This command can also be used to load binary files. Ascii regular data
  17. files are usually loaded in much more time then binary files due the 
  18. the parsing required. Binary data files can be loaded directly like ascii
  19. files in IRIT, but can only be inspected through IRIT tools such
  20. as dat2irit. A binary data file must have a ".bdt" (Binary DaTa) type in
  21. its name.
  22.  
  23. Under unix, compressed files can be loaded if the given file name has
  24. a postfix of ".Z". The unix system's "zcat" will be invoked via a pipe
  25. for that purpose.
  26.